home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text0788.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  1.4 KB  |  58 lines

  1.  
  2.  
  3. | Date: Tue, 16 Mar 93 23:57:13 -0800
  4. | From: marca@ncsa.uiuc.edu (Marc Andreessen)
  5.  
  6. | Ray Stell writes:
  7. | > Using 0.9 to the following:
  8. | > 
  9.  
  10. | >        
  11. http://info.cern.ch/hypertext/WWW/Tools/HTMLGeneration/txt2html.sed
  12. | > 
  13.  
  14. | > returns the following:
  15. | > 
  16.  
  17. | >       HTFormat: Sorry, can't convert from application/binary to  
  18. www/present.
  19. | > 
  20.  
  21. | > is it something I said?
  22.  
  23. Which, translated, means:  "I'm sorry, the document as far as I can
  24. tell is binary and I don't know how to present that to you as
  25. you haven't told me you can handle binary."
  26.  
  27. That is because I haven't reagistered .sed as text.  I just might
  28. make the default text rather than binary. Anyone got any smart
  29. ideas about how to distinguish (fast?).  In the mean time
  30. I'll register a new suffix.
  31.  
  32.  
  33.  
  34. | That is DEFINITELY not a Mosaic bug.  Looks like the server is  
  35. having
  36. | a little trouble (the client/server architecture of WWW is such  
  37. that
  38. | error messages like this are returned from the server to the client  
  39. as
  40. | if they were the actual requested document -- the client never  
  41. knows
  42. | the difference [and thus doesn't *need* to know the difference,  
  43. which
  44. | keeps things simple]).
  45.  
  46.  
  47. This simple but sometimes confusing system is richer with 2.0.
  48. The response can be of type OK, error, forward, etc.  The error
  49. message causes a different sort of object to be loaded.
  50. [[Actually each client can do something different with the  
  51. HTLoadError routine]]. 
  52.  
  53.  
  54. Tim BL
  55.  
  56.